home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / utilz20x.zip / RUNEXE / RUNEXE.DOC < prev   
Text File  |  1997-01-21  |  1KB  |  27 lines

  1.  
  2. SYNOPSIS
  3.     runexe - pex that runs programs and batch files.
  4.  
  5. PURPOSE
  6.     ProBoard's language files allow you to run PEX programs from within
  7.     the prompts with the @pPEXNAME@ macro. Unfortunately, there is no
  8.     provision for running regular .EXE or .COM programs. This PEX remedies
  9.     this deficiency. It is simply a wrapper which calls the real program.
  10.     You install it by copying the RUNEXE.PEX file to your PEX directory.
  11.     Modify the language prompt to run the pex with the program name and
  12.     parameters as needed. For example, to run the hypothetical program
  13.     EDITOR.EXE from the language prompt, use this command line:
  14.  
  15.             @pRUNEXE D:\EDIT\EDITOR.EXE -R -K@
  16.  
  17.     Where '-R' and '-K' are hypothetical options for the editor. You can
  18.     run .BAT or .CMD (OS/2) files too, they are recognized by RunEXE.
  19.  
  20.     Also, you can use any of the Function 7 star macros (*#, for example).
  21.     RunEXE logs the commands it runs to your PROBOARD.LOG file so you can
  22.     make sure it functions correctly.
  23.  
  24. AUTHOR
  25.     Branislav L. Slantchev
  26.     Silicon Creations, Inc.
  27.